html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: #000;
	background: #E8e8e8;
}

ol,
ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

a {
	text-decoration: inherit;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	log: true;
	log2: official;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', 'HanHei TC', 'PingFang TC', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
}

html,
body {
	overflow-x: hidden;
	width: 100%;
}

a,
a:link,
a:visited {
	color: #333;
}

a:hover {
	text-decoration: none;
}

a {
	log: true;
	log2: official;
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

img {
	max-width: 100%;
	display: block;
	log: true;
	log2: official;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 1;
}

.clearboth {
	clear: both;
}

.vc_row>.vc_wrapper {
	max-width: 100%;
	margin: 0 auto;
}

.vc_row>.vc_wrapper .container {
	max-width: 90%;
	margin: 0 auto;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ccc;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

html .hide {
	display: -webkit-box
		/* OLD - iOS 6-, Safari 3.1-6 */
	;
	display: -moz-box
		/* OLD - Firefox 19- (buggy but mostly works) */
	;
	display: none;
}

.part {
	position: relative;
}

.fancy-title {
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.videoed {
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 50%;
	left: 48%;
	top: 45%;
	z-index: 0;
}

.vclose,
.vclose2 {
	display: none;
	top: 22%;
	position: fixed;
	right: 22%;
	z-index: 9999999999;
}

.vclose {
	top: 0%;
}

#lcvideos {
	position: fixed;
	top: 20%;
	right: 20%;
	z-index: 999999;
}

#lcvideos {
	margin-top: 0;
}

.vclose2 {
	margin-top: 15px;
}

.back {
	display: none;
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.dis {
	display: none;
}

#bannerSwiper_history .swiper-slide-active {
	font-size: 18px;
	color: red;
	font-weight: bold;
}
#bannerSwiper_history .swiper-slide-active span {
	background-color:red !important;
	bottom: -18px !important;
}
.swiper-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-25%);
	bottom: 13%;
}

.swiper-pagination {
	display: flex;
	width: 100px;
}

.swiper-pagination li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 5px;
}

.swiper-pagination .swiper-pagination_active {
	background-color: red;
	width: 30px;
	height: 10px;
	border-radius: 5px;
	transition: transform 1.5s;
}

/* 關於我們 */
.About_header .video {
	width: 100%;
	margin-bottom: 30px;
}

.about_body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_title {
	font-size: 38px;
	font-weight: 800;
	color: red;
}

.About_menu ul , .team_menu ul{
	display: flex;
}

.About_menu ul li , .team_menu ul li{
	margin: 0 20px;
}

.About_menu ul li:last-child, .team_menu ul li:last-child {
	margin-right: 0;
}

.About_menu ul li:first-child,.team_menu ul li:first-child {
	margin-left: 0;
}

.about_menu-active {
	font-weight: 800;
	color: #000;
	padding: 0 0 3px 0;
	border-bottom: 3px solid red;
}

.team-margin {
	margin: 50px auto !important;
}
@media screen and (max-width: 675px) {
	.about_title {
		font-size: 28px;
		margin-bottom: 5%;
	}
	.about_body {
		display: block;
	}
	.team_menu ul li {
		margin: 0 3%;
	}
	.About_menu ul li{
	    margin-left: 0;
		margin-right: 6%;
	}
	.About_menu ul {
	    display: flex;
	    flex-wrap: wrap;
	    line-height: 35px;
	}
}


/* 主营业务 */
.yw_content {
	width: 90%;
	margin: 0 auto;
	display: flex;
	background-color: #fff;
}

.title_width {
	width: 90%;
	margin: 30px auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.yw_title_title {
	color:red;
	font-size: 32px;
	font-weight: bold;
}

.title_active {
	display: flex;
}

.title_active p:first-child::after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid red;
	border-right: 1px solid red;
	margin: 0 10px;
	transform: rotate(45deg);
}

.title_active p:last-child {
	font-weight: bold;
}

.yw_text_column {
	width: 60%;
	margin: 30px;
}

.yw_title {
	font-size: 20px;
	font-weight: bold;
	color:#000;
}

.yw_text_number {
	margin: 20px 0;
}

.yw_text_number span {
	font-weight: bold;
	color: red;
}

.yw_link a {
	color: red;
}

.yw_menu {
	width: 90%;
	margin: 50px auto;
}

.yw_menu ul {
	display: flex;
}

.yw_menu ul li {
	margin: 0 20px;
}

.yw_menu ul li:last-child {
	margin-right: 0;
}

.yw_menu ul li:first-child {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.csgx_content>.vc_wrapper {
		padding: 20px !important;
	}
.yw_content {
    display: block;
}
.cj_text_column {
    width: auto !important;
    padding-bottom: 30px;
	margin: 5% !important;
}
.cj_money, .wy_money {
    font-size: 12px;
}
.cj_money span, .wy_money span {
    font-size: 16px;
}
.yw_menu ul {
    flex-wrap: wrap;
}
.yw_menu ul li {
    margin: 0 20px 10px 0;
}
.fw_text>.vc_wrapper {
    flex-wrap: wrap;
}
.csgx_title {
    margin-left: 0 !important;
	text-align: justify;
}
.yw_menu {
    margin: 10% auto;
}
.zhai_img>img {
	margin-bottom: 3%;
	width: auto;
}
.tabs_number {
    margin: 8% auto !important;
}
.csgx_content strong, .cj_money span, .wy_money span {
    font-size: 16px !important;
}
.yw_title_title {
    font-size: 28px;
}
.cj_money, .wy_money {
    justify-content: space-around;
}
#news .content {
	width: 100% !important;
}
#news h3,#news #nextPage ,#news #prePage{
	font-size: 16px;
}
#news p {
	text-align: justify !important;
}

#news .source {
    margin-left: 2%;
}
.issue_time {
	font-size: 12px;
	margin-bottom: 10px;
}
.news_select_box {
	margin-bottom:4% !important;
	margin-top:0% !important;
}
.xinwen_menu>.vc_wrapper {
	margin: 35px auto 35px auto!important;
}
}


/* 主营业务-承建與基建投資 */
.cj_text_column {
	width: 70%;
	margin: 30px;
}

.cj_money span,
.wy_money span {
	font-size: 20px;
	font-weight: bold;
	color: red;
}

.cj_money,
.wy_money {
	display: flex;
	margin: 20px 0;
}

.cj_money>div,
.wy_money>div {
	text-align: center;
	width: 33.333333%;
	position: relative;
}

.cj_money>div:first-child {
	text-align: left;
}

.cj_money_line {
	width: 1px;
	height: 30px;
	background-color: #ccc;
	position: absolute;
	right: 0%;
	top: 20%;
}

.accordion_title_show::after {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid red;
	border-right: 2px solid red;
	margin: 5px;
	transform: rotate(135deg) !important;
}

.accordion_text_show {
	display: block !important;
}

/* 主营业务-物业服务 */
.wuye_logo_img {
	margin: 20px 0;
}

.wy_money>div:first-child {
	text-align: left;
	width: 27%;
}

/* 新闻中心 */
#news {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#news .content {
	width: 70%;
	text-indent: 2em;
}

#news img {
	width: 722px;
    margin: 20px auto;
}
#news img {
    height: auto;
}

#news p {
	margin: 20px 0;
	text-align: justify;
}

.issue_time {
	margin-bottom: 30px;
}

#news .source {
	margin-left: 5%;
}

#postnavi {
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0;
}

#postnavi a:hover {
	color: red;
}
.news_select_show {
	display: block !important;
}

/* 荣誉奖项 */
.select_box_down::after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid red;
	border-right: 1px solid red;
	margin: 0 10px;
	transform: rotate(135deg) !important;
}

.ry_text.ry_text_show {
	display: block;
	margin: 20px auto 100px auto;
}

.select_y_show {
	visibility: visible !important;
}

.select_y {
	position: absolute;
	left: 0%;
	top: 100%;
	width: 148px;
	background: #fff;
	visibility: hidden;
}

.select_y li ,.select_y>div{
	padding: 10px 20px;
}

.select_y li:hover {
	background: #eee;
}
.lc_synopsis_show {
	display: block !important;
}
/* 大事记 */
#bannerSwiper_box>.swiper-wrapper>.swiper-slide,#bannerSwiper_box_1>.swiper-wrapper>.swiper-slide,
#bannerSwiper_box_2>.swiper-wrapper>.swiper-slide,#bannerSwiper_box_3>.swiper-wrapper>.swiper-slide,
#bannerSwiper_box_4>.swiper-wrapper>.swiper-slide{
	width: 24%;
	margin-right: 20px ;
}
.chronicle_box {
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.chronicle_box img {
	margin: 10px 0;
}
.chronicle_title {
    font-weight: bold;
	font-size: 16px;
}
.swiper-pagination_chronicle,.swiper-pagination_chronicle_1,
.swiper-pagination_chronicle_2,.swiper-pagination_chronicle_3,
.swiper-pagination_chronicle_4,.swiper-pagination_chronicle_5,
.swiper-pagination_chronicle_6,.swiper-pagination_chronicle_7,
.swiper-pagination_chronicle_8,.swiper-pagination_chronicle_9,
.swiper-pagination_chronicle_10,.swiper-pagination_chronicle_11,
.swiper-pagination_chronicle_12,.swiper-pagination_chronicle_13,
.swiper-pagination_chronicle_14,.swiper-pagination_chronicle_15,
.swiper-pagination_chronicle_16,.swiper-pagination_chronicle_17,
.swiper-pagination_chronicle_18,.swiper-pagination_chronicle_19,
.swiper-pagination_chronicle_20,.swiper-pagination_chronicle_21,
.swiper-pagination_chronicle_22,.swiper-pagination_chronicle_23,
.swiper-pagination_chronicle_24,.swiper-pagination_chronicle_25,
.swiper-pagination_chronicle_26,.swiper-pagination_chronicle_27,
.swiper-pagination_chronicle_42,.swiper-pagination_chronicle_43,
.swiper-pagination_chronicle_44,.swiper-pagination_chronicle_45,
.swiper-pagination_chronicle_46,.swiper-pagination_chronicle_47,
.swiper-pagination_chronicle_48,.swiper-pagination_chronicle_49,
.swiper-pagination_chronicle_50,.swiper-pagination_chronicle_51,
.swiper-pagination_chronicle_52,.swiper-pagination_chronicle_53,
.swiper-pagination_chronicle_54,.swiper-pagination_chronicle_55,
.swiper-pagination_chronicle_56,.swiper-pagination_chronicle_57,
.swiper-pagination_chronicle_58,.swiper-pagination_chronicle_59,
.swiper-pagination_chronicle_60,.swiper-pagination_chronicle_61,
.swiper-pagination_chronicle_62,.swiper-pagination_chronicle_63,
.swiper-pagination_chronicle_64,.swiper-pagination_chronicle_65,
.swiper-pagination_chronicle_66,.swiper-pagination_chronicle_67,
.swiper-pagination_chronicle_68,.swiper-pagination_chronicle_69
{
	position: absolute;
	bottom: 0%;
	left: 50%;
	display: flex;
	align-items: center;
	width: 80px;
	transform: translateX(-40px);
}
.chronicle_show {
	display: block;
}
.chronicle_hide {
	display: none;
}
.history_year_show {
    display:block;
}

.tabs_number {
	width: 80px !important;
}